home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{A6BDE5D5-8F7A-11D1-9C65-4CA605C10E27}#1.0#0"; "ActiveGUI.ocx"
- Begin VB.Form frmSample
- Caption = "Form1"
- ClientHeight = 4635
- ClientLeft = 60
- ClientTop = 345
- ClientWidth = 5820
- LinkTopic = "Form1"
- ScaleHeight = 4635
- ScaleWidth = 5820
- StartUpPosition = 3 'Windows Default
- Begin ActiveGUICtl.ActiveDock ActiveDock1
- Align = 3 'Align Left
- Height = 4215
- Left = 0
- TabIndex = 0
- Top = 420
- Width = 1710
- _ExtentX = 3016
- _ExtentY = 7435
- Begin ActiveGUICtl.ActiveButton ActiveButton9
- Height = 450
- Left = 1080
- TabIndex = 9
- TabStop = 0 'False
- Top = 525
- Width = 450
- _ExtentX = 794
- _ExtentY = 794
- Picture = "frmSample.frx":0000
- BackColor = -2147483633
- Enabled = -1 'True
- MaskColor = 16777215
- UseMaskColor = 0 'False
- Object.ToolTipText = ""
- End
- Begin ActiveGUICtl.ActiveButton ActiveButton8
- Height = 450
- Left = 630
- TabIndex = 8
- TabStop = 0 'False
- Top = 525
- Width = 450
- _ExtentX = 794
- _ExtentY = 794
- Picture = "frmSample.frx":067A
- BackColor = -2147483633
- Enabled = -1 'True
- MaskColor = 16777215
- UseMaskColor = 0 'False
- Object.ToolTipText = ""
- End
- Begin ActiveGUICtl.ActiveButton ActiveButton7
- Height = 450
- Left = 180
- TabIndex = 7
- TabStop = 0 'False
- Top = 525
- Width = 450
- _ExtentX = 794
- _ExtentY = 794
- Picture = "frmSample.frx":0CF4
- BackColor = -2147483633
- Enabled = -1 'True
- MaskColor = 16777215
- UseMaskColor = 0 'False
- Object.ToolTipText = ""
- End
- End
- Begin ActiveGUICtl.ActiveToolbar ActiveToolbar1
- Align = 1 'Align Top
- Height = 420
- Left = 0
- Top = 0
- Width = 5820
- _ExtentX = 10266
- _ExtentY = 741
- Begin ActiveGUICtl.ActiveSeparator ActiveSeparator2
- Height = 270
- Left = 1320
- Top = 75
- Width = 30
- _ExtentX = 53
- _ExtentY = 476
- End
- Begin ActiveGUICtl.ActiveSeparator ActiveSeparator1
- Height = 270
- Left = 510
- Top = 75
- Width = 30
- _ExtentX = 53
- _ExtentY = 476
- End
- Begin ActiveGUICtl.ActiveButton ActiveButton1
- Height = 360
- Left = 120
- TabIndex = 1
- TabStop = 0 'False
- Top = 30
- Width = 360
- _ExtentX = 635
- _ExtentY = 635
- Picture = "frmSample.frx":136E
- BackColor = -2147483633
- Enabled = -1 'True
- MaskColor = 16777215
- UseMaskColor = 0 'False
- Object.ToolTipText = ""
- End
- Begin ActiveGUICtl.ActiveButton ActiveButton2
- Height = 360
- Left = 570
- TabIndex = 2
- TabStop = 0 'False
- Top = 30
- Width = 360
- _ExtentX = 635
- _ExtentY = 635
- Picture = "frmSample.frx":18B0
- BackColor = -2147483633
- Enabled = -1 'True
- MaskColor = 16777215
- UseMaskColor = 0 'False
- Object.ToolTipText = ""
- End
- Begin ActiveGUICtl.ActiveButton ActiveButton3
- Height = 360
- Left = 930
- TabIndex = 3
- TabStop = 0 'False
- Top = 30
- Width = 360
- _ExtentX = 635
- _ExtentY = 635
- Picture = "frmSample.frx":1DF2
- BackColor = -2147483633
- Enabled = -1 'True
- MaskColor = 16777215
- UseMaskColor = 0 'False
- Object.ToolTipText = ""
- End
- Begin ActiveGUICtl.ActiveButton ActiveButton4
- Height = 360
- Left = 1380
- TabIndex = 4
- TabStop = 0 'False
- Top = 30
- Width = 360
- _ExtentX = 635
- _ExtentY = 635
- Picture = "frmSample.frx":2334
- BackColor = -2147483633
- Enabled = -1 'True
- MaskColor = 16777215
- UseMaskColor = 0 'False
- Object.ToolTipText = ""
- End
- Begin ActiveGUICtl.ActiveButton ActiveButton5
- Height = 360
- Left = 1740
- TabIndex = 5
- TabStop = 0 'False
- Top = 30
- Width = 360
- _ExtentX = 635
- _ExtentY = 635
- Picture = "frmSample.frx":2876
- BackColor = -2147483633
- Enabled = -1 'True
- MaskColor = 16777215
- UseMaskColor = 0 'False
- Object.ToolTipText = ""
- End
- Begin ActiveGUICtl.ActiveButton ActiveButton6
- Height = 360
- Left = 2100
- TabIndex = 6
- TabStop = 0 'False
- Top = 30
- Width = 360
- _ExtentX = 635
- _ExtentY = 635
- Picture = "frmSample.frx":2DB8
- BackColor = -2147483633
- Enabled = -1 'True
- MaskColor = 16777215
- UseMaskColor = 0 'False
- Object.ToolTipText = ""
- End
- End
- Attribute VB_Name = "frmSample"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- ActiveButton1.AboutBox
- End Sub
-